home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1529 / locklv.ex_ / 0 / RCDATA / TVIEWLOG / TVIEWLOG.txt
Text File  |  1996-11-24  |  935b  |  50 lines

  1. object viewlog: Tviewlog
  2.   Left = 427
  3.   Top = 180
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'The Lock Log Viewer'
  7.   ClientHeight = 289
  8.   ClientWidth = 320
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnKeyPress = FormKeyPress
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Memo1: TMemo
  21.     Left = 8
  22.     Top = 8
  23.     Width = 305
  24.     Height = 241
  25.     Lines.Strings = (
  26.       '')
  27.     ReadOnly = True
  28.     ScrollBars = ssVertical
  29.     TabOrder = 2
  30.   end
  31.   object Button1: TButton
  32.     Left = 240
  33.     Top = 256
  34.     Width = 75
  35.     Height = 25
  36.     Caption = '&OK'
  37.     TabOrder = 0
  38.     OnClick = Button1Click
  39.   end
  40.   object Button2: TButton
  41.     Left = 160
  42.     Top = 256
  43.     Width = 75
  44.     Height = 25
  45.     Caption = '&Delete Log'
  46.     TabOrder = 1
  47.     OnClick = Button2Click
  48.   end
  49. end
  50.